{% extends 'base.html' %} {% load static %} {% block title %}Review #{{ review.id }} Details - AI Code Reviewer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Review submitted by {{ review.user.username }} on {{ review.created_at|date:"Y-m-d H:i" }}
{{ review.code }}
Hi! I've analyzed your code. Click the "Report" tab to see scores, security issues, and clean code suggestions. Ask me anything here about the review or optimizations!